PATH 
Mac OS 8 and 9 Developer Documentation > Text and Other International Services > Apple Type Services for Unicode Imaging (ATSUI) > Apple Type Services for Unicode Imaging Reference

     

ATSUGetTextLayoutRefCon

Obtains application-specific text layout object data.

OSStatus ATSUGetTextLayoutRefCon (
                     ATSUTextLayout iTextLayout,
                     UInt32 *oRefCon);
iTextLayout
A reference of type ATSUTextLayout. Pass a reference to an initialized text layout object whose application-specific data you want to obtain. You cannot pass NULL for this parameter.

oRefCon
A pointer to a 32-bit value, pointer, or handle to application-specific text layout data.You cannot pass NULL for this parameter.

function result
A result code. See Result Codes.
VERSION NOTES
Available beginning with ATSUI 1.0.

© 2000 Apple Computer, Inc. – (Last Updated 25 Jan 00)